home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / usb / host / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  12.5 KB  |  384 lines

  1. #
  2. # USB Host Controller Drivers
  3. #
  4. comment "USB Host Controller Drivers"
  5.     depends on USB
  6.  
  7. config USB_C67X00_HCD
  8.     tristate "Cypress C67x00 HCD support"
  9.     depends on USB
  10.     help
  11.       The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
  12.       host/peripheral/OTG USB controllers.
  13.  
  14.       Enable this option to support this chip in host controller mode.
  15.       If unsure, say N.
  16.  
  17.       To compile this driver as a module, choose M here: the
  18.       module will be called c67x00.
  19.  
  20. config USB_EHCI_HCD
  21.     tristate "EHCI HCD (USB 2.0) support"
  22.     depends on USB && USB_ARCH_HAS_EHCI
  23.     ---help---
  24.       The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  25.       "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  26.       If your USB host controller supports USB 2.0, you will likely want to
  27.       configure this Host Controller Driver.  At the time of this writing, 
  28.       the primary implementation of EHCI is a chip from NEC, widely available
  29.       in add-on PCI cards, but implementations are in the works from other 
  30.       vendors including Intel and Philips.  Motherboard support is appearing.
  31.  
  32.       EHCI controllers are packaged with "companion" host controllers (OHCI
  33.       or UHCI) to handle USB 1.1 devices connected to root hub ports.  Ports
  34.       will connect to EHCI if the device is high speed, otherwise they
  35.       connect to a companion controller.  If you configure EHCI, you should
  36.       probably configure the OHCI (for NEC and some other vendors) USB Host
  37.       Controller Driver or UHCI (for Via motherboards) Host Controller
  38.       Driver too.
  39.  
  40.       You may want to read <file:Documentation/usb/ehci.txt>.
  41.  
  42.       To compile this driver as a module, choose M here: the
  43.       module will be called ehci-hcd.
  44.  
  45. config USB_EHCI_ARC
  46.     bool "Support for Freescale controller"
  47.     depends on USB_EHCI_HCD && ARCH_MXC
  48.     ---help---
  49.        Some Freescale processors have an integrated High Speed
  50.        USBOTG controller, which supports EHCI host mode.
  51.  
  52.        Say "y" here to add support for this controller
  53.        to the EHCI HCD driver.
  54.  
  55. config USB_EHCI_ARC_H1
  56.     bool "Support for Host1 port on Freescale controller"
  57.     depends on USB_EHCI_ARC    && (ARCH_MX51)
  58.     ---help---
  59.       Enable support for the USB Host1 port.
  60.  
  61. config USB_EHCI_ARC_H2
  62.     bool "Support for Host2 port on Freescale controller"
  63.     depends on USB_EHCI_ARC    && (ARCH_MX51)
  64.     ---help---
  65.       Enable support for the USB Host2 port.
  66.  
  67. config USB_EHCI_ARC_OTG
  68.     bool "Support for DR host port on Freescale controller"
  69.     depends on USB_EHCI_ARC
  70.     default y
  71.     ---help---
  72.       Enable support for the USB OTG port in HS/FS Host mode.
  73.  
  74. config USB_STATIC_IRAM
  75.     bool "Use IRAM for USB"
  76.     depends on USB_EHCI_ARC
  77.     ---help---
  78.       Enable this option to use IRAM instead of DRAM for USB
  79.       structures and buffers.  This option will reduce bus
  80.       contention on systems with large (VGA+) framebuffer
  81.       devices and heavy USB activity.  There are performance
  82.       penalties and usage restrictions when using this option.
  83.  
  84.       If in doubt, say N.
  85.  
  86. choice
  87.     prompt "Select transceiver for DR port"
  88.     depends on USB_EHCI_ARC_OTG
  89.     default USB_EHCI_FSL_UTMI if (ARCH_MX51)
  90.     ---help---
  91.       Choose the transceiver to use with the Freescale DR port.
  92.  
  93. config USB_EHCI_FSL_UTMI
  94.     bool "Internal UTMI"
  95.     depends on (ARCH_MX51)
  96.     ---help---
  97.       Enable support for the on-chip High Speed UTMI transceiver.
  98.  
  99.       This is the factory default for the mx35ads board.
  100.  
  101. endchoice
  102.  
  103.  
  104. config USB_EHCI_ROOT_HUB_TT
  105.     bool "Root Hub Transaction Translators"
  106.     depends on USB_EHCI_HCD
  107.     default y if USB_EHCI_ARC
  108.     ---help---
  109.       Some EHCI chips have vendor-specific extensions to integrate
  110.       transaction translators, so that no OHCI or UHCI companion
  111.       controller is needed.  It's safe to say "y" even if your
  112.       controller doesn't support this feature.
  113.  
  114.       This supports the EHCI implementation that's originally
  115.       from ARC, and has since changed hands a few times.
  116.  
  117. config USB_EHCI_TT_NEWSCHED
  118.     bool "Improved Transaction Translator scheduling (EXPERIMENTAL)"
  119.     depends on USB_EHCI_HCD && EXPERIMENTAL
  120.     ---help---
  121.       This changes the periodic scheduling code to fill more of the low
  122.       and full speed bandwidth available from the Transaction Translator
  123.       (TT) in USB 2.0 hubs.  Without this, only one transfer will be
  124.       issued in each microframe, significantly reducing the number of
  125.       periodic low/fullspeed transfers possible.
  126.  
  127.       If you have multiple periodic low/fullspeed devices connected to a
  128.       highspeed USB hub which is connected to a highspeed USB Host
  129.       Controller, and some of those devices will not work correctly
  130.       (possibly due to "ENOSPC" or "-28" errors), say Y.
  131.  
  132.       If unsure, say N.
  133.  
  134. config USB_EHCI_BIG_ENDIAN_MMIO
  135.     bool
  136.     depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX || ARCH_IXP4XX)
  137.     default y
  138.  
  139. config USB_EHCI_BIG_ENDIAN_DESC
  140.     bool
  141.     depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX)
  142.     default y
  143.  
  144. config USB_EHCI_FSL
  145.     bool "Support for Freescale on-chip EHCI USB controller"
  146.     depends on USB_EHCI_HCD && FSL_SOC
  147.     select USB_EHCI_ROOT_HUB_TT
  148.     ---help---
  149.       Variation of ARC USB block used in some Freescale chips.
  150.  
  151. config USB_EHCI_HCD_PPC_OF
  152.     bool "EHCI support for PPC USB controller on OF platform bus"
  153.     depends on USB_EHCI_HCD && PPC_OF
  154.     default y
  155.     ---help---
  156.       Enables support for the USB controller present on the PowerPC
  157.       OpenFirmware platform bus.
  158.  
  159. config USB_ISP116X_HCD
  160.     tristate "ISP116X HCD support"
  161.     depends on USB
  162.     ---help---
  163.       The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  164.       option if your board has this chip. If unsure, say N.
  165.  
  166.       This driver does not support isochronous transfers.
  167.  
  168.       To compile this driver as a module, choose M here: the
  169.       module will be called isp116x-hcd.
  170.  
  171. config USB_ISP1760_HCD
  172.     tristate "ISP 1760 HCD support"
  173.     depends on USB && EXPERIMENTAL && (PCI || PPC_OF)
  174.     ---help---
  175.       The ISP1760 chip is a USB 2.0 host controller.
  176.  
  177.       This driver does not support isochronous transfers or OTG.
  178.       This USB controller is usually attached to a non-DMA-Master
  179.       capable bus. NXP's eval kit brings this chip on PCI card
  180.       where the chip itself is behind a PLB to simulate such
  181.       a bus.
  182.  
  183.       To compile this driver as a module, choose M here: the
  184.       module will be called isp1760.
  185.  
  186. config USB_OHCI_HCD
  187.     tristate "OHCI HCD support"
  188.     depends on USB && USB_ARCH_HAS_OHCI
  189.     select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
  190.     ---help---
  191.       The Open Host Controller Interface (OHCI) is a standard for accessing
  192.       USB 1.1 host controller hardware.  It does more in hardware than Intel's
  193.       UHCI specification.  If your USB host controller follows the OHCI spec,
  194.       say Y.  On most non-x86 systems, and on x86 hardware that's not using a
  195.       USB controller from Intel or VIA, this is appropriate.  If your host
  196.       controller doesn't use PCI, this is probably appropriate.  For a PCI
  197.       based system where you're not sure, the "lspci -v" entry will list the
  198.       right "prog-if" for your USB controller(s):  EHCI, OHCI, or UHCI.
  199.  
  200.       To compile this driver as a module, choose M here: the
  201.       module will be called ohci-hcd.
  202.  
  203. config USB_OHCI_HCD_PPC_SOC
  204.     bool "OHCI support for on-chip PPC USB controller"
  205.     depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
  206.     default y
  207.     select USB_OHCI_BIG_ENDIAN_DESC
  208.     select USB_OHCI_BIG_ENDIAN_MMIO
  209.     ---help---
  210.       Enables support for the USB controller on the MPC52xx or
  211.       STB03xxx processor chip.  If unsure, say Y.
  212.  
  213. config USB_OHCI_HCD_PPC_OF
  214.     bool "OHCI support for PPC USB controller on OF platform bus"
  215.     depends on USB_OHCI_HCD && PPC_OF
  216.     default y
  217.     ---help---
  218.       Enables support for the USB controller PowerPC present on the
  219.       OpenFirmware platform bus.
  220.  
  221. config USB_OHCI_HCD_PPC_OF_BE
  222.     bool "Support big endian HC"
  223.     depends on USB_OHCI_HCD_PPC_OF
  224.     default y
  225.     select USB_OHCI_BIG_ENDIAN_DESC
  226.     select USB_OHCI_BIG_ENDIAN_MMIO
  227.  
  228. config USB_OHCI_HCD_PPC_OF_LE
  229.     bool "Support little endian HC"
  230.     depends on USB_OHCI_HCD_PPC_OF
  231.     default n
  232.     select USB_OHCI_LITTLE_ENDIAN
  233.  
  234. config USB_OHCI_HCD_PCI
  235.     bool "OHCI support for PCI-bus USB controllers"
  236.     depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF)
  237.     default y
  238.     select USB_OHCI_LITTLE_ENDIAN
  239.     ---help---
  240.       Enables support for PCI-bus plug-in USB controller cards.
  241.       If unsure, say Y.
  242.  
  243. config USB_OHCI_HCD_SSB
  244.     bool "OHCI support for Broadcom SSB OHCI core"
  245.     depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD) && EXPERIMENTAL
  246.     default n
  247.     ---help---
  248.       Support for the Sonics Silicon Backplane (SSB) attached
  249.       Broadcom USB OHCI core.
  250.  
  251.       This device is present in some embedded devices with
  252.       Broadcom based SSB bus.
  253.  
  254.       If unsure, say N.
  255.  
  256. config USB_OHCI_BIG_ENDIAN_DESC
  257.     bool
  258.     depends on USB_OHCI_HCD
  259.     default n
  260.  
  261. config USB_OHCI_BIG_ENDIAN_MMIO
  262.     bool
  263.     depends on USB_OHCI_HCD
  264.     default n
  265.  
  266. config USB_OHCI_LITTLE_ENDIAN
  267.     bool
  268.     depends on USB_OHCI_HCD
  269.     default n if STB03xxx || PPC_MPC52xx
  270.     default y
  271.  
  272. config USB_UHCI_HCD
  273.     tristate "UHCI HCD (most Intel and VIA) support"
  274.     depends on USB && PCI
  275.     ---help---
  276.       The Universal Host Controller Interface is a standard by Intel for
  277.       accessing the USB hardware in the PC (which is also called the USB
  278.       host controller). If your USB host controller conforms to this
  279.       standard, you may want to say Y, but see below. All recent boards
  280.       with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  281.       i810, i820) conform to this standard. Also all VIA PCI chipsets
  282.       (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  283.       133). If unsure, say Y.
  284.  
  285.       To compile this driver as a module, choose M here: the
  286.       module will be called uhci-hcd.
  287.  
  288. config USB_U132_HCD
  289.     tristate "Elan U132 Adapter Host Controller"
  290.     depends on USB && USB_FTDI_ELAN
  291.     default M
  292.     help
  293.       The U132 adapter is a USB to CardBus adapter specifically designed
  294.       for PC cards that contain an OHCI host controller. Typical PC cards
  295.       are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
  296.       adapter will *NOT* work with PC cards that do not contain an OHCI
  297.       controller.
  298.  
  299.       For those PC cards that contain multiple OHCI controllers only the
  300.       first one is used.
  301.  
  302.       The driver consists of two modules, the "ftdi-elan" module is a
  303.       USB client driver that interfaces to the FTDI chip within ELAN's
  304.       USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
  305.       controller driver that talks to the OHCI controller within the
  306.       CardBus cards that are inserted in the U132 adapter.
  307.  
  308.       This driver has been tested with a CardBus OHCI USB adapter, and
  309.       worked with a USB PEN Drive inserted into the first USB port of
  310.       the PCCARD. A rather pointless thing to do, but useful for testing.
  311.  
  312.       It is safe to say M here.
  313.  
  314.       See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
  315.  
  316. config USB_SL811_HCD
  317.     tristate "SL811HS HCD support"
  318.     depends on USB
  319.     help
  320.       The SL811HS is a single-port USB controller that supports either
  321.       host side or peripheral side roles.  Enable this option if your
  322.       board has this chip, and you want to use it as a host controller. 
  323.       If unsure, say N.
  324.  
  325.       To compile this driver as a module, choose M here: the
  326.       module will be called sl811-hcd.
  327.  
  328. config USB_SL811_CS
  329.     tristate "CF/PCMCIA support for SL811HS HCD"
  330.     depends on USB_SL811_HCD && PCMCIA
  331.     help
  332.       Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
  333.       REX-CFU1U CF card (often used with PDAs).  If unsure, say N.
  334.  
  335.       To compile this driver as a module, choose M here: the
  336.       module will be called "sl811_cs".
  337.  
  338. config USB_R8A66597_HCD
  339.     tristate "R8A66597 HCD support"
  340.     depends on USB
  341.     help
  342.       The R8A66597 is a USB 2.0 host and peripheral controller.
  343.  
  344.       Enable this option if your board has this chip, and you want
  345.       to use it as a host controller.  If unsure, say N.
  346.  
  347.       To compile this driver as a module, choose M here: the
  348.       module will be called r8a66597-hcd.
  349.  
  350. config SUPERH_ON_CHIP_R8A66597
  351.     boolean "Enable SuperH on-chip R8A66597 USB"
  352.     depends on USB_R8A66597_HCD && (CPU_SUBTYPE_SH7366 || CPU_SUBTYPE_SH7723)
  353.     help
  354.        This driver enables support for the on-chip R8A66597 in the
  355.        SH7366 and SH7723 processors.
  356.  
  357. config USB_WHCI_HCD
  358.     tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
  359.     depends on EXPERIMENTAL
  360.     depends on PCI && USB
  361.     select USB_WUSB
  362.     select UWB_WHCI
  363.     help
  364.       A driver for PCI-based Wireless USB Host Controllers that are
  365.       compliant with the WHCI specification.
  366.  
  367.       To compile this driver a module, choose M here: the module
  368.       will be called "whci-hcd".
  369.  
  370. config USB_HWA_HCD
  371.     tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
  372.     depends on EXPERIMENTAL
  373.     depends on USB
  374.     select USB_WUSB
  375.     select UWB_HWA
  376.     help
  377.       This driver enables you to connect Wireless USB devices to
  378.       your system using a Host Wire Adaptor USB dongle. This is an
  379.       UWB Radio Controller and WUSB Host Controller connected to
  380.       your machine via USB (specified in WUSB1.0).
  381.  
  382.       To compile this driver a module, choose M here: the module
  383.       will be called "hwa-hc".
  384.